Vcenter NamespaceManagement Supervisors SupervisorServices CreateSpec

Vcenter NamespaceManagement Supervisors SupervisorServices CreateSpec
Vcenter NamespaceManagement Supervisors SupervisorServices CreateSpec

The Vcenter NamespaceManagement Supervisors SupervisorServices CreateSpec schema provides a specification required to install a Supervisor Service on a vSphere Supervisor.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "supervisor_service": "string",
    "version": "string",
    "yaml_service_config": "string"
}
string
supervisor_service
Required

Identifier of the Supervisor Service. This Supervisor Service must be in the ACTIVATED state.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.SupervisorService.

string
version
Required

Identifier of the Supervisor Service version which contains the Service definition. This Supervisor Service version must be in the ACTIVATED state.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor_services.Version.

string As password As password
yaml_service_config
Optional

A set of additional configuration parameters to be applied during Service creation. These parameters should be formatted as a base64 encoded YAML document. Complex data types with nested properties are supported.

This property was added in vSphere API 9.0.0.0.

If missing or null, no additional configuration parameters will be applied when installing the Supervisor Service in the vSphere Supervisor.